home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcbcs141.zip / PCBCS.DOC next >
Text File  |  1991-05-19  |  4KB  |  92 lines

  1.  
  2. PCBCS - PCBoard Caller Statistics                                  Version 1.41
  3. ---------------------------------                                  May 19, 1991
  4.  
  5.   Usage:
  6.   -----
  7.  
  8.         CS analyzes a PCBoard caller's log file and produces a report
  9.         of system and user activity.  The command line syntax is:
  10.  
  11.    CS callerfile [outfilename]  [/N] [/V] [/1] [/SU] [/FF]
  12.                                 [/C:n]
  13. |                               [/T] [/U] [/HS]
  14.                                 [/S:mmddyy] [/E:mmddyy]
  15.  
  16.         where:
  17.            'callerfile' is the name of a log file. It may be the combination
  18.                         of several actual caller files, but the utilization
  19.                         figures will be inaccurate.
  20.  
  21.            'outfilename' is the name of a file to receive the report; the
  22.                         default is to display all reports
  23.  
  24.            /N           specifies to suppress pause at screen end
  25.            /V           specifies to check records for validity against the
  26.                         PCBTEXT file; this is may not be valid for later
  27.                         versions of PCBoard
  28.            /1           includes files in the downloads report for files
  29.                         downloaded only once, otherwise only files downloaded
  30.                         twice or more are reported
  31. |          /HS          treats user at high speed (9600 baud or greater)
  32. |                       as different as same user at lower speeds
  33.            /SU          suppresses the  "User Activity" report
  34.            /S:mmddyy    starting date to process log records
  35.            /E:mmddyy    ending date to process log records
  36.            /FF          specifies that form feeds are generated for
  37.                         each report page
  38.            /C:n         specifies a single node number
  39.            /T           records unprocessed or unknown records in the
  40.                         file called PCBCS.UNK
  41.            /U           write the user statistics report to file called USTATS
  42.  
  43.   Version history:
  44.   ---------------
  45.  
  46.   1.13,  9/21/88 - correct missing crlf for heading after users report
  47.                    correct missing aborted dl counts
  48.                    correct missing "Data Base Updated" counts
  49.   1.14, 10/18/88 - correct utilization plot
  50.   1.15, 12/17/88 - improve recording of active (lost) time
  51.   1.20,  1/02/89 - correct change of year problem
  52.   1.21,  1/16/89 - correct problem with more than 8 conferences
  53.   1.22,  4/09/89 - add /C:n parameter
  54.   1.23,  7/18/89 - add /T for tracing unprocessed messages
  55.                  - add elapsed time and 9600 usage to user activity report
  56.                  - correct elapsed time measurements for spanning midnight
  57.                  - remove check for elapsed time exceeding 120 minutes
  58.   1.24, 12/12/89 - add baud rates over 19200
  59.   1.25,  2/06/90 - correction for more than 9 bulletins in a conference
  60.   1.26,  3/18/90 - convert to BC7
  61.   1.27,  3/18/90 - replace CSUB with BC7 functions
  62.   1.28,  4/28/90 - streamine message checking; minor changes for PCBoard 14.5
  63.   1.29,  5/04/90 - add more statistics (reported when /T is used)
  64.   1.30,  5/14/90 - add kludge for PCBoard "change" in CALLER logoff records
  65.   1.31,  6/08/90 - correct multinode report showing non-existant nodes
  66.   1.32,  8/09/90 - correct duplicate download entries
  67.   1.33,  9/23/90 - correct for too many conferences
  68.   1.34,  9/24/90 - account for logoffs through MARKMAIL door
  69.   1.35,  9/24/90 - speed up processing of DL file names
  70.   1.36,  1/03/91 - add /U command line option, increase limits
  71.   1.37,  1/23/91 - correct handling of more than 9 nodes
  72.   1.40,  5/16/91 - add /HS option
  73.                  - corrections for CALLER files over 640K in size
  74.                  - increase capacity: max downloads to 8000, max users to 4000
  75.   1.41,  5/19/91 - correct user report for single node systems
  76.  
  77.   Limitations:
  78.   -----------
  79.         Maximum users per report  4000
  80.         Maximum DL file names     8000
  81.         Maximum DOOR names          20
  82.         Maximum BULLETINS           99
  83.         Maximum conferences        255
  84.         Maximum nodes               99
  85.  
  86.   Notes:
  87.   -----
  88.         Written by Vernon D. Buerg using MS BASIC Compiler PDS version 7.1
  89.         and some assembler subroutines. For personal use only. May not be sold.
  90.  
  91.         PCBCS (c) Copyright 1988-1991 Vernon D. Buerg. All rights reserved.
  92.